home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
progut~1
/
stdwin.zoo
/
Makefile.16
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-03-29
|
317 b
|
15 lines
all:
for i in tools gen textedit atari; do \
(echo $$i:; cd $$i; make -f Makefile.16) \
done
clean:
for i in tools gen textedit atari; do \
(echo $$i:; cd $$i; make -f Makefile.16 clean) \
done
realclean:
for i in tools gen textedit atari; do \
(echo $$i:; cd $$i; make -f Makefile.16 realclean) \
done